home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / zkf102.zip / zkbat.bat < prev    next >
DOS Batch File  |  1995-01-04  |  627b  |  19 lines

  1. @zk.exe bat %1 %2 %3 %4 %5 %6 %7 %8 %9 || goto false
  2. @if exist zkexptmp.bat call zkexptmp.bat && del zkexptmp.bat
  3. @goto end
  4.  
  5. @rem    This is zkbat.bat, which is used by zkbat files.  They invoke
  6. @rem    it and it runs their C++ content by invoking zk.exe with the
  7. @rem    bat option.  The zkbat files don't use a call command to call
  8. @rem    zkbat.bat because they need to chain to it rather than doing a
  9. @rem    nested call to it.
  10. @rem
  11. @rem    zkexptmp.bat is a temporary file of "set" commands, used for
  12. @rem    exporting environment variables.
  13.  
  14. :false
  15. @if exist zkexptmp.bat del zkexptmp.bat
  16. @baterr
  17.  
  18. :end
  19.